2015-01-06 - 10735 - Breakfix - PO Download from SNC Japan Characters #ABAPSNC #MMPPForms #JapanMMPP #sncsup
2015-01-07 - 10735 - Break fix - Japan PO Print from SNC.
Problem Summary
When a Japan PO is printed in SNC Web the Japan Characters are not displayed in the PO Print Form
Admin Info
Purpose
|
PO Form Download from SNC Japan Font
|
Requested By
|
Babu Lankipalli
|
Document Created By
|
Adithya, Venkat
|
Issue Date
|
01/07/2015
|
Issue Resolved Date
|
Venkat
|
Objects
|
ZNEC_FM_F0001_CALL_SF
|
Document Status
|
Complete
|
Detailed Problem Description
Japan PO Print is not printed with the Japanese Characters (PDF not generated with these characters) from SNC Web.
Solution Analysis and Recommendations
[Explain the purpose of the project and the reason why this requirement has come]
PO PDF output triggering in SNC is not printing Japanese characters properly. A ticket was raised to SAP as incident, SAP has not provided solution as they do not support for the custom objects.
PO Print in the SNC Web is triggered with a function Module, if we hit ECC PO PRINT from SNC Web the Function Module "ZNEC_FM_F0001_CALL_SF" is called and a PO Print PDF is saved in SNC Web.
It is Analyzed that the language English "E" maintained (Hard Code) in the function Module developed by SAP which shall be changed to dynamic that the Function Module must get the language form the output (from NAST Table) if the output has Japan Language the FM must select the Japan
Test Plan
[List test scenarios/cases to be executed here]
Test ID
|
Test Scenario
|
Expected Results
|
SNC001
|
Create a Japan PO in ECC and Print the PO from SNC Web
|
The PO Print must be in Japanese characters
|
SNC001
|
Create a Normal PO in ECC and Print from SNC Web
|
The PO Must be in the language that is triggered in the output of the PO in ECC
|
Resolution
[Provide complete technical details for configuration or programming here]
Change the FM to get the language from the Output (NAST Table) and Transport the changes.
Issues
[List Issues / Bugs identified in configuration or development]